home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plstyle < prev    next >
Text File  |  1994-05-11  |  495b  |  16 lines

  1. plstyle:
  2.  
  3. Synopsis: Control the line style for 2-dimensinal plots.
  4.  
  5. Syntax: plstyle ( STYLE )
  6.  
  7. Description:
  8.  
  9.     Plstyle controls the line-style for 2-dimensional graphs.
  10.     STYLE can be: "line", "point", and "line-point". The argument
  11.     STYLE can be a vector of strings - in this case, the first
  12.     line uses the first line-style, the 2nd line uses the 2nd
  13.     line-style, and so-on. When all the line-styles have been
  14.     used, the next line uses the 1st line-style, and the process
  15.     starts all over again.
  16.